Here is what each other file in this directory is:

Original - The original test file for the JFP implementation.
Modified 1 - The first copy of "Original" that has been modified.
Modified 2 - The second copy of "Original" that has been modified.
Patch 1 - The patch that applies the changes made to "Original" to create "Modified 1".
Patch 2 - The patch that applies the changes made to "Original" to create "Modified 2".
Patched 1 - The file resulting from applying "Patch 1" to "Original".
	Should match "Modified 1".
Patched 2 - The file resulting from applying "Patch 2" to "Original".
	Should match "Modified 2".
Patched 12 - The file resulting from applying "Patch 2" to "Patched 1".
	Should match "Patched 21".
Patched 21 - The file resulting from applying "Patch 1" to "Patched 2".
	Should match "Patched 12".
Undo 1 - The file resulting from applying "Patch 1" to "Patched 12".
	Assuming "Modified 2" to have "n" bytes, the first "n" bytes of "Undo 1" should match "Modified 2" and any other bytes should be 0x00 bytes.
Undo 2 - The file resulting from applying "Patch 2" to "Patched 21".
	Assuming "Modified 1" to have "n" bytes, the first "n" bytes of "Undo 2" should match "Modified 1" and any other bytes should be 0x00 bytes.
Undo 12 - The file resulting from applying "Patch 2" to "Undo 1".
	Assuming "Original" to have "n" bytes, the first "n" bytes of "Undo 12" should match "Original" and any other bytes should be 0x00 bytes.
Unpatchable - Attempting to apply "Patch 1" or "Patch 2" to this file should fail and be reported as erroneous.
